home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / blinky.doc < prev    next >
Internet Message Format  |  1995-03-31  |  5KB

  1. From: egeberg@solan7.solan.unit.no (Hans Christian Egeberg) 
  2. Newsgroups: comp.sys.handhelds 
  3. Subject: Blinky, A CHIP-48 PacMan & Chipper, A PC based CHIP-48 assembler 
  4. Date: 13 Nov 90 15:33:31 GMT 
  5. Organization: Norwegian Institute of Technology 
  6.  
  7. [Requires CHIP48, on EduCALC Goodies Disk #1; or you can use SCHIP, a new, 
  8.  improved version of CHIP48, on this disk.  -jkh-] 
  9.  
  10. Blinky is a PacMan game for the Hewlett Packard HP48SX CHIP-48 interpreter. 
  11.  
  12. Written by Christian Egeberg (egeberg@solan.unit.no) 7/11 .. 11/11-'90, as 
  13. a demonstration program for my PC based CHIP-48 assembler, Chipper V1.12. 
  14.  
  15.  
  16. As Blinky, you are chased around in an office environment by two bosses, 
  17. Packlett and Heward. Packlett does management by walking around, but Heward 
  18. believes in the American dream, and possesses quite a killer instinct. 
  19. Anyway, don't let them get to you, unless you are feeling very aspirant. 
  20. This, of course, requires the recent fulfilment of one of four major 
  21. contracts, found near the corners of the building. Otherwise, the office is 
  22. filled with small tasks, just waiting for your attention. If you manage to 
  23. take care of them all, your intray will overflow, just over weekend. This is 
  24. the curse of any responsible and hard working employee. However, neither 
  25. boss know of the emergency exit which leads from one part of the office to 
  26. the other, so this may be one way to avoid them, if everything else fails. 
  27. As in most decent companies, you are given a chance to clear up the mess of 
  28. your first blunder. The second time on the rug... off you go. There is a 
  29. small comfort in that the recommendation reflects how well you did. 
  30.  
  31.  
  32. Recommendation points are awarded as follows: 
  33.  
  34.     0 points    ;  Make use of the emergency exit 
  35.     1 point     ;  Take care of a minor task 
  36.     4 points    ;  Negotiate a major contract 
  37.     25 points   ;  Show Heward a recently fulfiled contract 
  38.     50 points   ;  Show Packlett a recently fulfiled contract 
  39.     100 points  ;  Clear the office environment from tasks 
  40.  
  41.  
  42. Play by pressing BLINKY, then CHIP. 
  43.  
  44. Blinky control keys are: 
  45.  
  46.     ( 8 )  ;  Move up 
  47.     ( 4 )  ;  Move left 
  48.     ( 6 )  ;  Move right 
  49.     ( 2 )  ;  Move down 
  50.     ( + )  ;  Restart from the high score screen 
  51.  
  52.  
  53. CHIP-48 control keys are: 
  54.  
  55.     (+/-)      ;  Sound off / on 
  56.     (<==)      ;  Exit CHIP-48 ( This is delete, not left arrow) 
  57.     ( ENTER )  ;  Restart CHIP-48 game 
  58.  
  59.  
  60. Chipper V1.12 is written in Turbo Pascal V5.5, 2/11 .. 7/11-'90. Source code 
  61. file chipper.zip should be available by anonymous ftp from funic.funet.fi, 
  62. directory /disk1/pub/misc/hp48sx. This will also include the Blinky source. 
  63.  
  64.  
  65. CHIP-48 is a video game language interpreter written by Andreas Gustafsson 
  66. (gson@niksula.hut.fi), for the Hewlett Packard HP48SX calculator. CHIP-48 
  67. and its source code should be available by anonymous ftp from vega.hut.fi, 
  68. directory /pub/misc/hp48sx/asap. 
  69.  
  70.  
  71. Blinky has been run on HP48SX rom versions A, D and E, with or without 
  72. installed libraries. CHIP-48 version has always been V2.25. Do NOT try to 
  73. transfer the BLINKY binary string using ASCII mode. Unpredictable results 
  74. may, and often will result. The binary maze data itself contains a 0D0A or 
  75. CRLF sequence if you think ASCII. If this is converted to a LF or 0A, the 
  76. maze will have a one byte offset error from the second line and down, 
  77. causing the immediate death of Blinky. Besides, the fellow on the high score 
  78. screen will have U shaped eyes. This is not a bug in CHIP-48, Blinky or even 
  79. Chipper. It is a file transfer mode problem. 
  80.  
  81.  
  82. CHIP-48 is (C) Copyright 1990 Andreas Gustafsson. 
  83. Chipper is (C) Copyright 1990 Christian Egeberg. 
  84. Blinky is (C) Copyright 1990 Christian Egeberg. 
  85.  
  86.     Noncommercial distribution allowed, provided that copyright messages 
  87.     are preserved, and any modified versions are clearly marked as such. 
  88.  
  89.     CHIP-48 and, because of that, programs written in Chipper, like Blinky, 
  90.     make use of undocumented low-level features of the HP48SX calculator. 
  91.     They may or may not cause loss of data, excessive battery drainage, 
  92.     and / or damage to the calculator hardware. The authors take no 
  93.     responsibility whatsoever for any damage caused by the use of these 
  94.     programs. 
  95.  
  96.     Chipper does all its I/O on the PC through the Turbo Pascal FExpand(), 
  97.     Assign(), ReSet(), ReWrite(), Read(), Write(), Eof() and Close() run 
  98.     time library functions, but the author takes no responsibility for 
  99.     loss of data, damage to any PC hardware, nor strange incidents caused 
  100.     by the use of this program. 
  101.  
  102.     This software is provided "as is" and without any express or implied 
  103.     warranties, including, but not limited to, the implied warranties of 
  104.     merchantability and fitness for a particular purpose. 
  105.